home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / yarn_091.zip / PGPD.BAT < prev    next >
DOS Batch File  |  1994-10-05  |  74b  |  7 lines

  1. @echo off
  2. del %1.txt >nul
  3. pgp %1 -o %1.txt
  4. pause
  5. more <%1.txt
  6. pause
  7.